home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Classes / DE_SerialSolutions2.0 / Reader<3.0> / SimpleReader.app / English.lproj / SimpleReader.nib / data.classes next >
Encoding:
Text File  |  1992-08-19  |  329 b   |  25 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. Serial = {
  7.     ACTIONS = {
  8.     };
  9.     OUTLETS = {
  10.     serialTarget;
  11.     };
  12.     SUPERCLASS = Object;
  13. };
  14. MyObject = {
  15.     ACTIONS = {
  16.     appWillTerminate:;
  17.     targetForActionCell:;
  18.     appDidInit:;
  19.     };
  20.     OUTLETS = {
  21.     theTextField;
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25.